﻿.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.hidden-elem, .hidden-element {
    display: none;
}

.thumb-img {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 2px 2px 5px rgb(30, 40, 70);
}

.pnlImgClose {
    position: absolute;
    top: -1px;
    right: -1px;
    color: white;
    background: rgba(200,20,20, .9);
    padding: 1px 8px 1px 8px;
    cursor: pointer;
    border: 2px solid rgb(200,20,20);
}

.searchIcon, .imgClip {
    cursor: pointer;
}

    .searchIcon:hover {
        color: dodgerblue;
    }

input[id$='_txtHour'] {
    border-radius: 4px 0 0 4px;
    padding-left: 3px;
    width: 20px !important;
}

.pagination {
    margin: auto;
}

.pnlgrid {
    padding: 7px 0px 0 7px;
}

.timeControl {
    width: 120px;
}

    .timeControl img {
        height: 10px;
        margin-top: 1px;
    }

    .timeControl input {
        height: auto !important;
        background-color: white !important;
    }

        .timeControl input[readonly] {
            background-color: #eeeeee !important;
        }

.ingrid {
    position: relative;
}

.mcd {
    background: white;
    border: 1px solid #d7d7d7;
    position: absolute;
    z-index: 9;
    border-radius: 4px;
    width: 100%;
    display: table;
}

    .mcd tbody tr.Active {
        background: gainsboro;
    }

    .mcd th {
        padding: 2px 5px;
        text-align: left;
        background: #0099CC;
        color: white;
        cursor: default;
    }

    .mcd td {
        padding: 2px 5px;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
    }



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.dataTable td a {
    width: 100%;
    display: block;
}

.progress_modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

#defaultTable .row {
    margin: auto;
}

Oldbody {
    background-color: #f0fff0;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.required:after {
    content: "*";
    color: red;
    margin-left: 2px;
    top: -2px;
    position: absolute;
}

input[readonly] {
    background-color: #eeeeee;
}

input[type="radio"],
input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin: 5px 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
    line-height: inherit;
}

/* border radius for radio*/
input[type="radio"] {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/* border radius for checkbox */
input[type="checkbox"] {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

td > span > input[type="checkbox"],
th > span > input[type="checkbox"] {
    margin-left: 10px;
}

/* hover state */
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
    border-color: rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.3);
}

/* active state */
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
    background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
    border-color: rgba(0,0,0,0.5);
}

/* focus state */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
}

/* input checked border color */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color: rgba(0, 0, 0, 0.5);
}

    /* radio checked */
    input[type="radio"]:checked:before {
        display: block;
        height: 0.3em;
        width: 0.3em;
        position: relative;
        left: 0.4em;
        top: 0.3em;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        content: '';
    }
    /*Headet...*/
    #FormHedaer1
{
    background-color: #0099CC;
	
}

    .inner_headNew
{
   /* background-image: url(      '../images/header.png' );*/
    /*background-color: #00ab91;*/
     /*background-color: #0099FF;*/
     background-color: #0099CC;
    /*background-repeat: repeat;*/
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 4px;
    font-weight: bold;
}


    /* checkbox checked */
    input[type="checkbox"]:checked:before {
        font-weight: bold;
        color: rgba(0, 0, 0, 0.7);
        content: '\2713';
        -webkit-margin-start: 0;
        margin-left: 2px;
        font-size: 0.9em;
    }

/* disabled input */
input:disabled {
    opacity: .6;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    background-color: #eeeeee;
}

.ddl:disabled {
    background-color: #eeeeee;
}
/* style label for disabled input */
input:disabled + label {
    opacity: .6;
    cursor: default;
    -webkit-user-select: none;
}

.form-group {
    margin-bottom: 3px;
}

label {
    margin: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.required label {
    font-weight: bold;
}

    .required label:after {
        color: #e32;
        content: ' *';
        display: inline;
    }

#FormHeader1 {
    background: #0099CC;
    background: linear-gradient(DodgerBlue, #0099CC);
    background: -moz-linear-gradient(DodgerBlue, #0099CC);
    background: -o-linear-gradient(DodgerBlue, #0099CC);
    background: -webkit-linear-gradient(DodgerBlue, #0099CC);
    width: 100%;
}
#GridHeader1 {
    background: #0099CC;
    background: linear-gradient(DodgerBlue, #0099CC);
    background: -moz-linear-gradient(DodgerBlue, #0099CC);
    background: -o-linear-gradient(DodgerBlue, #0099CC);
    background: -webkit-linear-gradient(DodgerBlue, #0099CC);
    width: 100%;
}

    #FormHeader1 span {
        font-weight: 800;
        background: -webkit-linear-gradient(white 60%, aqua);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #GridHeader1 span {
        font-weight: 800;
        background: -webkit-linear-gradient(white 60%, aqua);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
a {
    outline: none;
}

p {
    margin: 0px;
    padding: 0px;
}

.FormHeader1
{ background: #0099CC;
    background: linear-gradient(DodgerBlue, #0099CC);
    background: -moz-linear-gradient(DodgerBlue, #0099CC);
    background: -o-linear-gradient(DodgerBlue, #0099CC);
    background: -webkit-linear-gradient(DodgerBlue, #0099CC);
    width: 100%;
    }
.GridHeader1
{ background: #0099CC;
    background: linear-gradient(DodgerBlue, #0099CC);
    background: -moz-linear-gradient(DodgerBlue, #0099CC);
    background: -o-linear-gradient(DodgerBlue, #0099CC);
    background: -webkit-linear-gradient(DodgerBlue, #0099CC);
    width: 100%;
    }
.container {
    margin: 0px auto;
    width: 980px;
    height: 100%;
    background-image: url( '../images/pagebg.png' );
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
}


.container_inner {
    margin: 0px auto;
    width: 988px;
    background-image: url( '../images/pagebg.png' );
    background-repeat: repeat-y;
    padding-left: 6px;
    padding-right: 6px;
}

.innermain_content {
    padding-top: 10px;
}

.container1 {
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 4px;
    padding-right: 4px;
}


.bg_footer {
    margin: 0px auto;
    background-image: url( '../images/bg_footer.png' );
    background-repeat: no-repeat;
    height: 24px;
    width: 1000px;
}


.bg_login {
    background-image: url( '../images/bg_login.png' );
    background-repeat: no-repeat;
    height: 233px;
    width: 553px;
}

.bg_leftindex {
    border: 1px solid #e7dfd3;
    background-image: url( '../images/bg_mid1.png' );
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F9F7F3;
}

.txtbox {
    /*border: 1px solid #000000;*/
    border: 1px solid #999999;
    padding: 0px;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 0px;
    padding: 2px 5px;
}

.txtn {
    border: 1px solid #999999;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    text-align: right;
    margin-bottom: 0px;
    padding: 2px 5px;
    max-width: 120px;
}

.ddl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: RosyBrown;
    border: 1px solid #999999;
    border-radius: 4px;
    text-align: left;
    padding: 2px 1px;
}

.txtboxb {
    background-color: white;
    border: 1px solid blue;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    text-align: left;
}

.txtboxu {
    background-color: white;
    border: 1px solid RosyBrown;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}

.txtbox_2 {
    background-image: url(../icon/textBox.png);
    background-repeat: no-repeat;
    background-position: inherit;
    margin: 3px 0px 10px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 0px transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style: outset;
    border-bottom-color: Black;
    border-left: 2px #1c7dbe;
    border-right: 2px #1c7dbe;
    display: inline-block;
    box-shadow: 0px 3px 0px #4E4E4E;
}

.txtbox_txttotalpages {
    /* background: url(      '../images/header-2.png' ); /* background: url('../images/empty.png');  */
    margin-top: 2.54px;
    background-color: #0099CC;
    border: 0px transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center; /* 	border-bottom-width: 1px; 	border-bottom-style: outset; 	border-bottom-color: Gray; 	border-left: 0px #1c7dbe; */
    border: 1px double teal;
}

    .txtbox_txttotalpages:hover {
        background: GREY;
        font-size: 13px;
        /*text-decoration: none;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	font-family: Century Gothic;
	font-family: Arial Narrow;
	font-weight: normal;
	background-image: none;*/
    }

/* This is the CSS class to use when the control has focus */
.txtbox:focus, .txtn:focus, input.input_text_focus, .ddl:focus {
    background-color: #ffff99;
}

.login_head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.heading1 {
    background-image: url( '../images/bg_head.png' );
    background-repeat: repeat-x;
    height: 27px;
    color: #502f02;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.taskmain {
    padding-top: 10px;
}


.form_tbl1 td {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 5px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.form_tbl1 input, textarea {
    border: 1px solid #c6c3be;
    padding: 3px;
}

.form_tbl2 td {
}

.form_login td {
}

.form_tbl2 input, textarea {
}

.nopadding td {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}



.nopadding1 td {
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.txtbox1 {
    border: 1px solid #c6c3be;
}

.bottom_arrow {
    background-image: url( '../images/bg_bootom.png' );
    background-repeat: repeat-x;
    text-align: center;
}

.news_main {
    background-color: #f9f7f4;
    height: 400px;
    background-image: url( '../images/bg_new.png' );
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 10px;
}

.news_date {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.news_head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
    color: #62553f;
}

.news_des {
    font-size: 12px;
    font-weight: normal;
}

.bg_inboxmain {
    background-image: url( '../images/bg_inbox.png' );
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 500px;
    background-color: #F9F7F3;
    border: 1px solid #e7dfd3;
    width: 420px;
    margin-top: 10px;
}


.bg_inbox {
    width: 400px;
    padding-top: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e7dfd3;
    border-right-color: #e7dfd3;
    border-bottom-color: #e7dfd3;
    border-left-color: #e7dfd3;
}

.news_tx2 {
    font-size: 11px;
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
}


.bdr_login {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e7dfd3;
    border-right-color: #e7dfd3;
    border-bottom-color: #e7dfd3;
    border-left-color: #e7dfd3;
    font-size: 12px;
}

    .bdr_login td {
        padding-top: 2px;
        padding-right: 15px;
        padding-bottom: 2px;
        padding-left: 5px;
    }

.bdr_login1 {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e7dfd3;
    border-right-color: #e7dfd3;
    border-bottom-color: #e7dfd3;
    border-left-color: #e7dfd3;
}

.bdr_login2 {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e7dfd3;
    border-right-color: #e7dfd3;
    border-bottom-color: #e7dfd3;
    border-left-color: #e7dfd3;
}

.login_txthead1 {
    background-color: #CFC0AA;
}

.topicon_txt1 {
    font-size: 14px;
    font-weight: normal;
}

.inner_head1 {
    background-image: url( '../images/inner_head1.png' );
    background-repeat: no-repeat;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 4px;
    font-weight: bold;
}

.inner_head2 {
    background-image: url( '../images/inner_head.png' );
    background-repeat: no-repeat;
    padding-top: 18px;
    padding-left: 20px;
    padding-bottom: 4px;
    font-weight: bold;
}

.inner_headNew {
    /* background-image: url(      '../images/header.png' );*/
    /*background-color: #00ab91;*/
    /*background-color: #0099FF;*/
    background-color: #0099CC;
    /*background-repeat: repeat;*/
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 4px;
    font-weight: bold;
    max-height: 43px;
}

.inner_formbgNew {
    background-image: url( '../images/MidelPart.png' );
}

.inner_formbgLeft {
    /*   background-image: url(      '../images/FormLeft.png' );*/
}

.inner_formbgRight {
    /*background-image: url(      '../images/FormRight.png' );*/
}

.inner_formbgfooterNew {
    /*background-image: url(      '../images/Footer.png' );*/
    background-color: #0099CC;
}



.inner_formbg {
    background-image: url( '../images/inner_bg1.png' );
    background-repeat: repeat-y;
}

.inner_formbg1 {
    background-color: #f9f7f3;
    margin-left: 25px;
    margin-right: 24px;
    background-image: url( '../images/inner_formbgmid.png' );
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 300px;
}


.inner_topbg {
    background-image: url( '../images/bg_innertop.jpg' );
    background-repeat: repeat-x;
    height: 158px;
}

.btnclass1 {
    background-position: center;
    font-size: 11pt;
    background-image: url( '../images/ok_btn.png' );
    color: white;
    background-repeat: no-repeat;
    font-family: Verdana;
    background-color: #0099CC;
}


.bdr_form1 {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e7dfd3;
    border-right-color: #e7dfd3;
    border-bottom-color: #e7dfd3;
    border-left-color: #e7dfd3;
    font-size: 12px;
}

    .bdr_form1 td {
        padding-top: 3px;
        padding-right: 15px;
        padding-bottom: 3px;
        padding-left: 5px;
    }

.form_tdcolor1 {
    background-color: #F7F3EE;
}

.form_tdcolor2 {
    background-color: #F1ECE4;
}



.ddlb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
}

.txt {
    font-family: Arial;
}

.label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black !important;
    font-weight: 500;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 23px;
}

.infoLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: rgb(30, 163, 210) !important;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 23px;
}

.GridViewStyle a {
    color: #FFFFFF;
}

.GridViewHeaderStyle {
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #396526;
    border-color: black;
    height: 25px;
    font-weight: bold;
}

.GridViewEditStyle {
    background-color: #2461BF;
}

.GridViewFooterStyle {
    font-weight: bold;
    border-color: Black;
    color: Black;
}

.GridViewRowStyle {
    background-color: white;
    color: #333333;
}

.GridViewAlternatingRowStyle {
    background-color: white;
    color: #333333;
}

.GridViewSelectedRowStyle {
    background-color: lime;
    font-weight: bold;
    color: #ececec;
}

.GridViewPagerStyle {
    color: Black;
    height: 0px;
    text-align: center;
}

.tblSave /* to center the paging links*/ {
    border: thin solid cornflowerblue;
    background-image: url( '../IMAGES/box_02.jpg' );
    width: 180px;
    height: 36px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.Homebg_mid {
    background-image: url( '../Images/NewImages/mid.jpg' );
    height: 461px;
    width: 859px;
    padding-left: 140px;
}

.txtbox1 {
    border: 1px solid #CCC;
}

.Homebg1 {
    background-image: url( '../Images/NewImages/bggg.jpg' );
    background-repeat: repeat-y;
}

.btnclass {
    background-position: center;
    font-size: 14pt;
    background-image: url( '../images/button.png' );
    color: white;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.txtBoxMove {
}

.btnColor {
    color: white;
    background-color: #396526;
}

.btnColorb {
    color: white;
    background-color: RED;
    /*background-color: roya


.btn {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    font-size: medium;
    padding: 0px 5px 0px 5px;
    font-family: Arial Narrow;
    font-weight: bolder;
    margin-left: 5px;
    /*	width: auto; font-style: normal;
	border-radius: 8px;
	color: whitesmoke;
	background-color: #0099CC; 
	text-decoration: none;
    */
}

      font-family: Arial Narrow;
    font-weight: bolder;
    margin-left: 5px;
    /*	width: auto; font-style: normal;
	border-radius: 8px;
	color: whitesmoke;
	background-color: #0099CC; 
	text-decoration: none;
    */
}

    .btn:hover {
        background: GREY;
        text-decoration: none;
        font-size: medium;
        box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        font-family: Century Gothic;
        font-family: Arial Narrow;
        font-weight: bolder;
        background-image: none;
    }

.button a {
    display: block;
    color: #666;
    font-weight: bold;
    width: 76px;
    height: 31px;
    display: block;
    float: left;
    text-decoration: none;
}

.button img {
    width: 76px;
    height: 31px;
    border: 0px none;
}

.button img {
    width: 85px;
    height: 50px;
    border: 0px none;
}

* html a:hover {
    visibility: visible;
}

.button a:hover img {
    visibility: hidden;
}

.button a:hover span {
    visibility: visible;
}

.button span {
    padding: 0px;
    visibility: hidden;
    left: 0px;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    width: 85px;
    height: 50px;
    text-align: center;
    background-image: url( 'images/Add.png' );
    background-color: Silver;
    background-repeat: no-repeat;
}

.overlay {
    border: black 1px solid;
    padding: 5px;
    z-index: 100;
    width: 100px;
    position: absolute;
    background-color: #ffe4e0;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    font-family: #ffffe0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.bdr_Table {
    border: 1;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: inset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: inset;
    border-top-color: #396526;
    border-right-color: #396526;
    border-bottom-color: #396526;
    border-left-color: #396526;
}

.blur {
    width: 100%;
    background-color: black;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.progress {
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 0pt;
    left: 0pt;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.modalPopupMsg {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 3px 6px 3px 3px;
}

.popupHeader {
    background-color: #9bd4F3;
    width: 100%;
    color: White;
    font-size: 14px;
    padding: 2px 0px 2px 2px;
    font-family: Trebuchet MS;
    border: Solid 1px #6D4921;
}

.popupBody {
    background-color: #fff;
    width: 100%;
    font-size: 12px;
    padding: 5px 0px 5px 2px;
    font-family: Trebuchet MS;
    font-size: 14px;
    border: Solid 1px #004976;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 100000111;
}

.ajax__calendar_container {
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}

.ajax__calendar_body {
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container TABLE {
    font-size: 11px;
}

.ajax__calendar_header {
    height: 20px;
    width: 100%;
}

.ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-image: url( '../images/arrow-left.gif' );
    background-position: left;
}

.ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-image: url( '../images/arrow-right.gif' );
    background-position: right;
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    height: 15px;
}

.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.ajax__calendar {
    z-index: 5000 !important;
}

    .ajax__calendar .ajax__calendar_footer {
        border-top: 1px solid #f5f5f5;
    }

    .ajax__calendar .ajax__calendar_dayname {
        border-bottom: 1px solid #f5f5f5;
    }

    .ajax__calendar .ajax__calendar_day {
        border: 1px solid #ffffff;
    }

    .ajax__calendar .ajax__calendar_month {
        border: 1px solid #ffffff;
    }

    .ajax__calendar .ajax__calendar_year {
        border: 1px solid #ffffff;
    }

    .ajax__calendar .ajax__calendar_active .ajax__calendar_day {
        background-color: #edf9ff;
        border-color: #0066cc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_active .ajax__calendar_month {
        background-color: #edf9ff;
        border-color: #0066cc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_active .ajax__calendar_year {
        background-color: #edf9ff;
        border-color: #0066cc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_other .ajax__calendar_day {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #646464;
    }

    .ajax__calendar .ajax__calendar_other .ajax__calendar_year {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #646464;
    }

    .ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
        background-color: #edf9ff;
        border-color: #daf2fc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
        background-color: #edf9ff;
        border-color: #daf2fc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
        background-color: #edf9ff;
        border-color: #daf2fc;
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
        color: #0066cc;
    }

    .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
        color: #0066cc;
    }




.grid-view {
    padding: 0;
    margin: 0;
    border: 1px solid black;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
}

    .grid-view tr.header {
        color: rgb(255, 255, 255);
        background-color: #0099cc;
        height: 25px;
        vertical-align: middle;
        text-transform: none;
        text-decoration: none;
        font-weight: lighter;
        font-size: 13px;
        font-family: Arial Narrow; /*   position:absolute;   width:100%;  position: absolute;             font-weight: bold;             vertical-align:text-bottom;             background-color:Green;       */
    }

    .grid-view tr.normal {
        color: black;
        background-color: white;
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-size: 11px;
        font-family: Arial;
    }

    .grid-view tr.alternate {
        color: black;
        /* background-color: #22C8FF;*/
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-size: 11px;
        font-family: Arial;
    }

        .grid-view tr.normal:hover, .grid-view tr.alternate:hover {
            background-color: #99CCFF;
            color: black;
        }

.autocomplete_CompletionListElement {
    margin-left: 0px !important;
    background-color: White;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    padding: 1px;
    height: 200px;
    width: 350px !important;
    text-align: left;
    border: 2px solid Green;
    z-index: 10000;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #fff214;
    color: black;
    padding: 1px;
    z-index: 999999;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}


/*  background-color: #3A7DDA;
    border: 1px solid;
    border-color: #3A7DDA #363 #363 #696;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffeeddaa' );
}*/

.grid-view tr.FixedHeader {
    position: absolute;
    font-weight: bold;
    background-color: Red;
}

.DivPlayGoogleHeader {
    border: none;
    /*width: 98%;*/
    height: 75px;
    background-color: transparent;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: absolute;
    z-index: 9999;
}

.DivPlayGoogleDetail {
    border: none;
    width: 98%;
    height: 30px;
    vertical-align: middle;
    padding-top: 1px;
    background-color: #42A795;
    border: none;
    border-radius: 10px 10px 0px 0px;
    font-family: Calibri Light;
    font-size: larger;
    padding-right: 2%;
}

.DivPlayGoogleDetail2 {
    text-align: left;
    border: thin solid #000080;
    width: 100%;
    height: 25px;
    vertical-align: middle;
    padding-top: 1px; /*background-color:#0e9972;*/
    background-color: whitesmoke;
    border: none;
    border-radius: 0px 0px 0px 0px;
}

.DivBlackLine {
    width: 100%;
    height: 4px;
    vertical-align: middle;
    background-color: black;
    border: none;
    border-radius: 0px 0px 0px 0px;
}

.DivBlackLineF {
}



.DivDarkLine {
    width: 100%;
    height: 400px;
    vertical-align: middle;
    background-color: black;
    border: none;
    border-radius: 0px 0px 0px 0px;
}


.CompanyMarquee {
    width: auto;
    border: none;
    background-color: whitesmoke;
    height: auto;
    padding: 10px;
}

.CenterFormTitle {
    /*-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;*/
    font-family: Georgia;
    color: whitesmoke;
    font-size: large;
    background-color: #0099CC;
    text-decoration: none;
    font-family: Century Gothic;
    font-weight: bolder;
    text-transform: capitalize;
}

.pnlform [class*=col-] {
    text-align: left;
}

/*.pnlform {
    background: White;
    background: White;
    border: DodgerBlue 3px solid;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 7px;
    /*position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;*/
}*/

/*@media only screen and (max-height: 399px) {
    .pnlformParent {
        height: 337px;
    }

        .pnlformParent .pnlform {
            height: 337px;
        }
}

@media only screen and (min-height: 400px) {
    .pnlformParent {
        height: 357px;
    }

        .pnlformParent .pnlform {
            height: 357px;
        }
}

@media only screen and (min-height: 450px) {
    .pnlformParent {
        height: 400px;
    }

        .pnlformParent .pnlform {
            height: 400px;
        }
}

@media only screen and (min-height: 500px) {
    .pnlformParent {
        height: 410px;
    }

        .pnlformParent .pnlform {
            height: 410px;
        }
}

@media only screen and (min-height: 550px) {
    .pnlformParent {
        height: 500px;
    }

        .pnlformParent .pnlform {
            height: 500px;
        }
}

@media only screen and (min-height: 600px) {
    .pnlformParent {
        height: 510px;
    }

        .pnlformParent .pnlform {
            height: 510px;
        }
}

@media only screen and (min-height: 630px) {
    .pnlformParent {
        height: 540px;
    }

        .pnlformParent .pnlform {
            height: 540px;
        }

        .pnlformParent .pnlform {
        }
}*/

.FormHeader {
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
    text-transform: capitalize;
}

.CheckBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

.modalPopupwait {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=60);
    filter: "alpha(opacity=60)";
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    position: relative;
}

/*@media (max-width: 480px) {
    .col-xxs {
        display: block;
        float: none;
        width: 100%;
    }
}
.xs-m0 {
    margin:0;
    }
@media (min-width: 768px) {
}

@media (max-width: 768px) {
    .mst-tm {
        display: none;
    }

    .pnlform {
        overflow-x: hidden;
    }    
}*/

/*@media (max-width: 900px) {
    .pnlform {
        overflow-x: hidden;
        width: 95%;
    }
}

@media (min-width: 900px) {
    .pnlform {
        width: 92%;
    }
}

@media (min-width: 1024px) {
    .pnlform {
        width: 95%;
    }
}*/

@media (min-width: 1200px) {
    .lg-pl0 {
        padding-left: 0;
    }
    .lg-pr0 {
        padding-right: 0;
    }
    .lg-p0 {
        padding: 0;
    }
}

/*@media (min-width: 1280px) {
    .pnlform {
        width: 94%;
    }
}*/





